ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Collections.ObjectModel Namespace / ItemChangedEventArgs<TItem> Class / Item Property

In This Topic
    Item Property (ItemChangedEventArgs<TItem>)
    In This Topic
    Gets a changed item.
    Syntax
    'Declaration
     
    Public ReadOnly Property Item As TItem
    public TItem Item {get;}
    See Also